(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <exec/tasks.h>
#include <proto/alib.h>
void DeleteTask()
SYNOPSIS
struct Task * task

FUNCTION
Get rid of a task which was created by CreateTask().

INPUTS
task
The task which was created by CreateTask(). Must be
non
NULL.
RESULT
None.

NOTES
EXAMPLE
BUGS
SEE ALSO
RemTask()
INTERNALS
HISTORY
27.03.1997 digulla
Use proto/alib.h instead of proto/aros.h
27.01.1997 ldp
Include proto instead of clib
09.12.1996 aros
New function after libnix